line of dependency meaning in Chinese
皮肤自然皱纹线
Examples
- In java programming , we have a great mechanism for managing lines of dependency : interfaces
在java编程中,我们有一个管理一组依赖关系的很好的机制:接口。 - If the goal is to maintain a singular direction in the lines of dependency , then d and e violate this tenet by being dependent on each other
如果耦合的目标是维护依赖的单向性,那么由于彼此依赖, d与e违背了这一原则。 - The interfaces and transfer objects are allowable dependencies for the web application and the ejb implementation , but the lines of dependencies should all run in the same direction ; cyclic dependencies are to be avoided
接口和传输对象是web应用程序和ejb实现可以依赖的对象,但是依赖性的方向应该是相同的;还要避免产生循环依赖。